RewriteEngine On

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://siteblack/ [R=301,L]

RewriteRule ^(.*)index\.php$ http://siteblack/$1 [R=301,L]